runtime.addrRanges.removeLast (method)

2 uses

	runtime (current package)
		mgcscavenge.go#L551: 	r := p.scav.inUse.removeLast(p.scav.reservationBytes)
		mranges.go#L314: func (a *addrRanges) removeLast(nBytes uintptr) addrRange {